﻿@charset "utf-8";
/*2021-04-26*/
.mwidth{width: 100%;min-width: 1200px;margin: 0 auto;}
.w1200{width: 1200px;margin: 0 auto;}
.Head{position: relative;height: 310px; background: #eef0f3 url("../imgs/bg.jpg") center top no-repeat;background-size: 100% 100%;}
.Head .logo{position: absolute;top: 35%;left: 0;right: 0;margin: 0 auto;width:665px;height: 110px;background: url("../imgs/logo.png") center center no-repeat;background-size: 100% 100%; }
.Head .logo a{width:100%;height:100%;display: block;}
.Footer{text-align: center;padding: 15px 0;background: #095997;}
.Footer .w1200{position: relative;}
.Footer div{display: block;margin: 4px auto;font-size: 12px;line-height: 18px;color: #fff;}
.Footer p{display: inline-block;margin: 0 8px;line-height: 21px;font-size: 14px;}
.Footer span{display: inline-block;margin: 0 4px;}
.Footer a{display: inline-block;color: #fff;font-size: 12px;line-height: 18px;margin: 0 4px;}
.Footer i{display: block;position: absolute;top: 50%;transform: translateY(-50%);left: 0;}
.leftFix{position: fixed;top:400px;transform: translateY(-50%);left: 30px;z-index:1000;width: 220px;height: 140px;}
.FixPhone{position: fixed;top:400px;transform: translateY(-50%);right: 30px;padding: 16px;border-radius: 4px;border: 1px #ccc solid;background: #fff;}
.FixPhone .times{min-width: 150px;margin: 0 auto;line-height: 21px;font-size: 14px;color: #333;}
.FixPhone .times:before{content: "";display: block;float: left;margin-right: 16px;margin-top: 4px;width: 55px;height: 55px;background: url("../imgs/icon05.png");background-size: 100% 100%;}
.FixPhone .tels{margin-top: 4px;font-size: 22px;color: #1263a1;line-height: 33px;text-align: right;}

.Section{padding: 30px 0;}
.sectionBox{text-align: center;}
.sectionBox a{display: inline-block;min-width: 350px;margin: 10px 60px;padding: 10px 20px;color: #fff;border-radius: 95px;background: #96b817;}
.sectionBox i{display: block;width: 40px;height: 40px;margin: 0 auto;}
.sectionBox p{line-height: 33px;font-size: 22px;text-align: center;}
.sectionBox a.sbox_i01 i{background-image: url("../imgs/icon01.png");background-size: 100% 100%;}
.sectionBox a.sbox_i02{background: #fc9e01;}
.sectionBox a.sbox_i02 i{background-image: url("../imgs/icon02.png");background-size: 100% 100%;}

.sectionList{margin: 30px 0 25px 0;overflow: hidden;}
.Listbox{float: left;width: 50%;padding: 0 3%;}
.Listbox_hd{padding: 8px 0;overflow: hidden;}
.Listbox_hd h3{position: relative;float: left;padding-left: 36px;line-height: 33px;font-size: 22px;color: #085794;}
.Listbox_hd h3:after{content: "";position: absolute;top: 50%;left: 0;margin-top: -15px;width: 30px;height: 30px;background: url("../imgs/icon03.png") center center;background-size: 100% 100%;}
.Listbox_hd h3.list_i02:after{background: url("../imgs/icon04.png") center center;background-size: 100% 100%;}
.Listbox_hd a{display: block;float: right;padding-left: 4px;border-left: 1px #aeaeae solid;margin-top: 8.5px;line-height: 16px;font-size: 14px;color: #aeaeae;}
.Listbox_hd a:hover{color: #085794;}
.Listbox_bd{min-height: 148px;}
.Listbox_bd ul{overflow: hidden;}
.Listbox_bd li{position: relative;display: block;width: 100%;padding-left: 10px;}
.Listbox_bd li:before{content: "";position: absolute;top: 50%;left: 0;transform: translateY(-50%);width: 4px;height: 4px;border-radius: 50%;background: #333;}
.Listbox_bd li a{display: block;padding: 8px 0;overflow: hidden;}
.Listbox_bd li p{float: left;width: 85%;line-height: 21px;font-size: 14px;color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.Listbox_bd li p span{color:#085794; }
.Listbox_bd li a>span{float: left;width: 15%;line-height: 21px;font-size: 14px;color: #999;text-align: right;}
.Listbox_bd li:hover p{color: #085794;}


nav{}
.page{clear:both;overflow:hidden;margin:0px auto;text-align: center;list-style: none;padding: 40px 0 50px 0;}
.page li{display:inline-block;min-width: 52px;margin: 0 3px;line-height: 24px;border: 1px solid #ddd;border-radius:4px;background-color: #fff;overflow: hidden;}
.page li a,
.page li span{display:block;padding:4px 12px;line-height: 24px;}
.page li.pgEmpty{padding:4px 12px;}
.page li.pgCurrent{padding:4px 12px;background-color: #2295dc;border-color: #2295dc;cursor: default;z-index: 2;color: #fff; }
.page li a:focus{text-decoration: none;background-color: #2295dc;color: #fff;border-color: #2295dc;}
.page li:hover a{text-decoration: none;background-color: #2295dc;color: #fff;border-color: #2295dc;}
.page .next a,.page .next span {float: right;}
.page .previous a,.page .previous span{float: left;}
.page .disabled a,
.page .disabled a:hover,
.page .disabled a:focus,
.page .disabled span {color: #777;cursor: not-allowed;background-color: #fff;}
.page .active a,
.page .active span,
.page .active a:hover,
.page .active span:hover,
.page .active a:focus,
.page .active span:focus{z-index: 2;color: #fff;cursor: default;background-color: #337ab7;border-color: #337ab7;}